home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / tex / stbibtex.zoo / temp / atarist.doc next >
Text File  |  1989-09-16  |  3KB  |  65 lines

  1. (JKL)                                                       16 Sep 89
  2.  
  3.  
  4.  Well, the family of programs to support LaTeX on our beloved ST's
  5. continues to grow!!  I have had a working LaTeX system up for about a
  6. year, but needed a .dvi driver for my HP DeskJet and also wanted to 
  7. get a version of BibTeX working on my ST. 
  8.  
  9. The .dvi driver for the HP Deskjet became a reality (and should be
  10. available on the terminator archive)  with the help of John R. Dunning
  11.  (of JRD fame).  He took some code I  came across that processes the .dvi
  12.  file for the deskjet in strips (for machines with less  than 2.5 Meg)
  13. and compiled it on his Mega-4 using the excellent GCC compiler.  As I am
  14.  limited to my lowly 1040ST, I can't run GCC, but I did recently buy the 
  15. ANSI-C compatible PROSPERO-C compiler.  This got me started with this
  16. port  of BibTeX to the Atari-ST!
  17.  
  18. I got the C source-code for an MS-DOS implementation of BibTeX v0.99 from
  19. the arpa-net at titan.rice.edu.   It was a collection of very nice C code
  20. written for the MS-Dos Turbo-C compiler by a chap in the UK by the name
  21. of    ** Neil Kempson **   He did a hand translation of the WEB code of
  22. BibTeX (not an easy job I'm sure) and produced some truely excellent code,
  23. well documented and easy to follow.  Anyway, after tweaking a some of the
  24. code to get it to compile for under the Prospero-C compiler, it seems to 
  25. work fine!!  (BTW, Niel's documentation says it takes up to 2.5Meg to
  26. compile his code using Turbo C v2.0 on an MS-DOS machine, while I was able
  27. to do it with only 1Meg on the Atari!!)
  28.  
  29. Anyway, this is not fully tested, I have only used it to do my MS Thesis
  30. work with.  I have only about 30 entries in my .bib file, so I really
  31. don't know what it will do with a really large bibliography!!  
  32.  
  33. If you don't know how to use BibTeX, look at Appendix B of "The LaTeX
  34. user's guide" by Leslie Lamport. This book is a must if you are using
  35. LaTeX anyway, so if you are reading this file, I will assume you have the
  36. LaTeX Guide :-)   
  37.  
  38. This program expects to find two environment variables, so it will need to
  39. be run using a shell like Gulam that supports them.  I run it using
  40. Neodesk V2.0 with the environment set up from within NeoDesk.
  41.  
  42. TEXINPUTS={path to your .BST bibliograph style files}
  43. TEXBIB={path to your .bib files}
  44.  
  45. See the included BTXDOC.TEX file for all the details of the original
  46. MS-DOS version, almost all of the information should still be applicable
  47. for the ST version.
  48.  
  49. Credits:
  50.          Neil Kempson - for his excellent MS-DOS C code
  51.          Donald Knuth - the creator of TeX
  52.          Leslie Lamport - for making TeX manageable thru LaTeX
  53.  
  54. If (or should I say when?) you find any bugs, please let me know about
  55. them.  Until Jan 90, I can be reached at:
  56. jlong@blackbird.afit-af.mil  
  57. Or mail you questions to :
  58. Jeff Long
  59. 3073 Jade Court
  60. Beavercreek, OH  45385
  61.  
  62.  
  63. I hope this program will help to solidify the Atari-ST as a viable system
  64. for running LaTeX on!
  65.                                     Jeffrey K. Long  (JKL)